home *** CD-ROM | disk | FTP | other *** search
- head 1.3;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @# @;
-
-
- 1.3
- date 90.12.10.17.06.47; author kupfer; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 90.12.10.17.02.00; author kupfer; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 90.12.10.16.59.58; author kupfer; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.3
- log
- @Make "make tutorial.t" work.
- @
- text
- @# $Header: /sprite/src/cmds/pmake/doc/RCS/Makefile,v 1.2 90/12/10 17:02:00 kupfer Exp Locker: kupfer $
-
- LOCALS = tutorial.ms tutorial.psc \
- pmake.mansp pmake.psc \
- Lst.mansp Lst.psc Makefile makefile tmac.ansp \
- cctrl.8 customs.8 importquota.8 reginfo.1
-
- SUBDIRS = index ex1 ex2 customs
-
-
- tutorial.t : index/tmac.index tutorial.ms
- ditroff -Plw -ms -t $(.ALLSRC) > tut.temp
- (cd index; make index)
- -index/index -Plw -t tut.temp > $(.TARGET)
- rm -f tut.temp index/index
-
- print : tutorial.t
- lpr -Plw -h -n tutorial.t
-
- package ::
- if [ ! -d $(PKGDIR) ]; then
- mkdir $(PKGDIR)
- fi
- cp $(LOCALS) $(PKGDIR)
- for i in $(SUBDIRS); do
- (cd $i; $(MAKE) "PKGDIR=$(PKGDIR)/$i" package)
- done
-
- # This was the entry for "package" in "makefile". Don't ask me what
- # the difference is between this one and the other "package". All I
- # know is that having both a Makefile and a makefile is seriously
- # demented. -kupfer
-
- package_other :
- -mkdir $(PKGDIR)
- -mkdir $(PKGDIR)/index
- cp *.mansp *.ansp *.ms *.psc Makefile makefile $(PKGDIR)
- cp index/tmac.index index/index.c index/Makefile index/README \
- $(PKGDIR)/index
- @
-
-
- 1.2
- log
- @Merge in stuff from "makefile".
- @
- text
- @d1 1
- a1 1
- # $Header$
- d13 3
- a15 2
- index/index -Plw -t tut.temp > $(.TARGET)
- rm -f tut.temp
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d1 2
- a2 1
- #
- d27 12
- @
-